isValidStringColor
Type
handler
Summary
Validates if a given string can be converted to color
Syntax
isValidStringColor(<pColor>)
Description
Validates if a given string can be converted to color.
note
This handler is for internal use.
Parameters
| Name | Type | Description |
|---|---|---|
pValue | String representation of a RGB[A] color. |
Value
| Name | Type | Description |
|---|---|---|
return | A boolean if the string can be converted. |